[][src]Crate cmdline_words_parser

This crate provides a allocation-less way of parsing escaped strings (as the escaped form is longer than the original).

Note: This crate has no way of handling variable substitions.

Structs

PosixShellWords

Iterator yeilding unescaped strings in the standard POSIX shell format

Traits

ByteString

Trait representing types that can be in-place parsed (i.e. ASCII-compatible byte strings)

Functions

parse_posix

Parse string in a UNIX/POSIX-like manner